*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    background-color: red;
    position: sticky;
    top: 0px;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color:aqua; */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 8vh;
    padding-top: 15px;
    margin-right: 10px;
}
.logo h1{
    color: white;
    font-size: 55px;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 28px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    text-decoration: none;
    padding-left: 25px;
    font-size: 20px;
    font-weight: bolder;
    transition: 0.2s;
    color:white;
    font-size: 20px;
    padding: 0 10px;
    margin: 0 10px;
}
.menu ul li a:hover {
    background-color:white;
    color:red;
    padding: 24px 3px;
}
/* Banner */
.ban{
    background-image: url(./51.jpg);
    background-size: cover;
    background-position: no-repeat;
    width: 100%;
    height: 70vh;
}
.banrap{
    width: 80%;
    height: 70vh;
}
.banrap h1{
    color: rgb(204, 6, 6);
    font-size: 55px;
    padding-left: 380px;
    padding-top: 52px;
    font-family: 'Chela One', cursive;
}
.banrap h2{
    color:rgb(119, 4, 27);
    font-size: 40px;
    padding-left: 270px;
    padding-top: 20px;
    text-align: center;
}
.banrap h3{
    color:darkblue;
    font-size: 30px;
    padding-left: 270px;
    padding-top: 50px;
    text-align: center;
    font-weight: bolder;
}
.banrap h4{
    color:rgb(60, 3, 3);
    font-size: 35px;
    padding-left: 270px;
    padding-top: 20px;
    text-align: center;
    font-weight: bolder;
}
/* Middle */
.mid{
    width: 100%;
    height: 330vh;
    background-color: white;
}
.midrap{
    width: 80%;
    margin: auto;
    padding-top: 60px;
}
.midrap h1{
    color: black;
    font-weight: bolder;
    font-size: 40px;
    padding-top: 15px;
    font-family: 'Lobster Two', 'cursive';
}
.midrap h2{
    color: navy;
    font-weight: bold;
    font-size: 30px;
    padding-top: 5px;
    font-family: 'Courgette', 'cursive';
}
/* Middle */
.mid1{
    width: 100%;
    height: 50vh;
    background-color: white;
}
.midrap1{
    width: 80%;
    margin: auto;
    padding-top: 10px;
}
.box{
    background-color: gainsboro;
    box-shadow: 7px 7px 14px 14px;
}
.midrap2{
    width: 80%;
    margin: auto;
    padding-top: 25px;
    height: 42vh;
}
.box h1{
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.box:hover{
    background-color: yellow;
    border: 8px dotted red;
}
.box h1:hover{
    color: rgb(204, 6, 6);
    font-weight: bolder;
}
/* Footer */
.foot{
    width: 100%;
    height: 60vh;
    background-color: darkred;
}
.footrap{
    width: 80%;
    margin: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
.box46 img{
    height: 10vh;
    margin-top: 8px;
    margin-left: 85px;
}
.box46 h1{
    color: yellow;
    text-align: center;
    font-size: 25px;
    padding-top: 60px;
}
.box46 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box47 h1{
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}
.box47 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box48 h1{
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}
.box48 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box49 h1{
    color: yellow;
    text-align: center;
    font-size: 30px;
    padding-top: 60px;
}
.box49 h2{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    padding-top: 12px;
    font-weight: bolder;
}
.box49 h2 a{
    text-decoration: none;
    color: whitesmoke;
    font-weight: bolder;
}
.footrap1{
    width: 80%;
    margin: auto;
    padding-top: 30px;
}
.box50 h3{
    text-align: center;
    font-size: 40px;
    color: whitesmoke;
}
.box50 i12{
    font-size: 50px;
    color: yellow;
    margin-left: 435px;
    padding-top: 30px;
}
.box50 i13{
    font-size: 50px;
    color: yellow;
    margin-left: 50px;
}
.box50 i14{
    font-size: 50px;
    color: yellow;
    margin-left: 50px;
}
.box50 i15{
    font-size: 50px;
    color: yellow;
    margin-left: 50px;
}
/* Footer */
.foot2{
    width: 100%;
    height: 6vh;
    background-color: red;
}
.footrap2{
    width: 80%;
    margin: auto;
}
.footrap2 h1{
    color: whitesmoke;
    font-size: 22px;
    text-align: center;
    padding-top: 8px;
}